aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/auth/[...nextauth]/route.tsx
blob: 2f7f1cb09df30c7ea50f5d639c640015e4cef947 (plain) (blame)
1
2
3
import { authHandler } from "@/server/auth";

export { authHandler as GET, authHandler as POST };